Skip to content

Commit

Permalink
fix broken(?) publish to pypi job
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Apr 9, 2024
1 parent a78b36d commit d12642f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/publish-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/wakepy
permissions:
id-token: write # mandatory for trusted publishing
steps:
- uses: actions/download-artifact@v4
with:
name: signed-wakepy-python-packages
path: ./dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #v1.8.14
with:
print-hash: true
permissions:
id-token: write # mandatory for trusted publishing
steps:
- uses: actions/download-artifact@v4
with:
name: signed-wakepy-python-packages
path: ./dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #v1.8.14
with:
print-hash: true

0 comments on commit d12642f

Please sign in to comment.