Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored Dec 8, 2023
1 parent 247e016 commit 503b771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:
name: package

- name: Publish 📦 on PyPI Test
uses: pypa/gh-action-pypi-publish@1.8.11
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
repository-url: https://test.pypi.org/legacy/

- name: Publish 📦 on PyPI
uses: pypa/gh-action-pypi-publish@1.8.11
uses: pypa/gh-action-pypi-publish@v1.8.11


docs:
if: false
needs: build
runs-on: ubuntu-22.04
strategy:
Expand Down

0 comments on commit 503b771

Please sign in to comment.