Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Sep 7, 2022
1 parent fa50952 commit 17e9b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:

release:
runs-on: ubuntu-latest
# https://stackoverflow.com/a/58478262
needs: [build-sdist, build-wheels]
steps:
- uses: actions/download-artifact@v3
Expand All @@ -65,6 +64,7 @@ jobs:
- run: ls -la
- run: ls -la dist

# https://stackoverflow.com/a/58478262
- if: ${{ startsWith(github.ref, 'refs/tags/test-v') }}
name: 'Upload to test.pypi.org'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 17e9b40

Please sign in to comment.