Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwestenberg authored Dec 21, 2023
1 parent 5f8cf3d commit 506a270
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

Expand All @@ -8,7 +7,7 @@ on:
release:
types: [published]

jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
Expand All @@ -24,6 +23,6 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 506a270

Please sign in to comment.