Skip to content

Commit

Permalink
ci: remove test.pypi release because it does not like git version num…
Browse files Browse the repository at this point in the history
…bers
  • Loading branch information
makkus committed Nov 8, 2023
1 parent d38181e commit 520b6f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@ jobs:
- name: upload wheel to gemfury
if: ${{ (github.ref == 'refs/heads/develop') || startsWith(github.ref, 'refs/tags') }}
run: curl -F package=@$(ls dist/kiara-*.whl) https://${GEMFURY_PUSH_TOKEN}@dharpa.fury.land:443/pypi/
- name: Publish release distributions to PyPI (test)
if: ${{ github.ref == 'refs/heads/develop' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish release distributions to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 520b6f3

Please sign in to comment.