Skip to content

Commit

Permalink
Publish alpha to testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Nov 3, 2023
1 parent b7fde0d commit 181b91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ jobs:
name: wheels
path: dist/
- name: Publish dev release to test PyPI
if: contains(github.ref, '.dev') || contains(github.ref, 'a')
if: contains(github.ref, 'a')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI
if: "!contains(github.ref, '.dev')"
if: "!contains(github.ref, '.dev') && !contains(github.ref, 'a')"
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 181b91e

Please sign in to comment.