/
niceSOFT
/
python3-build
Обзор
Документация
Войти
/
niceSOFT
/
python3-build
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.0
.github/workflows/cd.yml
42 строки
914 B
dependabot[bot]
build(deps): bump actions/attest-build-provenance in the actions group
12 июн 2025, 19:17
12 июн 2025, 19:17
76fb750
Код
Авторство
О чём код?
name: CD on: workflow_dispatch: pull_request: branches: - main release: types: - published jobs: dist: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: hynek/build-and-inspect-python-package@v2 publish: needs: [dist] runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' environment: name: pypi url: https://pypi.org/p/build permissions: id-token: write attestations: write steps: - uses: actions/download-artifact@v4 with: name: Packages path: dist - name: Generate artifact attestation for sdist and wheel uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-path: "dist/build-*" - uses: pypa/gh-action-pypi-publish@release/v1