Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Nov 23, 2023
1 parent 0f32657 commit 2722446
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Upload release
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v') && success()
# if: startsWith(github.ref, 'refs/tags/v') && success()
environment:
name: pypi
permissions:
Expand All @@ -61,3 +61,5 @@ jobs:
- uses: actions/download-artifact@v3
with: {name: dist, path: dist}
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy

0 comments on commit 2722446

Please sign in to comment.