Skip to content

Commit

Permalink
Fix yaml, take 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbueno committed Nov 16, 2024
1 parent 21d25d5 commit 89a180b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,16 @@ jobs:
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
#with:
with:
repository-url: https://pypi.org/p/extrainterpreters
## To test: repository-url: https://test.pypi.org/legacy/

github-release:
name: >-
Sign the Python 🐍 distribution 📦 with Sigstore
and upload them to GitHub Release
environment:
name: release
name: pypi
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand All @@ -83,7 +84,8 @@ jobs:
id-token: write # IMPORTANT: mandatory for sigstore

steps:
- uses: actions/download-artifact@v4
- name: download APT
uses: actions/download-artifact@v4
with:
# unpacks all CIBW artifacts into dist/
pattern: cibw-*
Expand Down

0 comments on commit 89a180b

Please sign in to comment.