Skip to content

Commit

Permalink
Merge pull request #85 from michaelfeil/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Apr 9, 2024
2 parents cba059e + 806f257 commit 3e7ca60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
publish:
name: Publish release
runs-on: ubuntu-latest
permissions:
id-token: write
environment:
name: publish
url: https://pypi.org/p/shellingham
needs:
- build

Expand All @@ -42,8 +47,6 @@ jobs:
path: dist

- name: Push build artifacts to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
skip_existing: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true

0 comments on commit 3e7ca60

Please sign in to comment.