Skip to content

Commit

Permalink
correcting upload url for testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent 8cf0aaa commit 1c21029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/project/ukaea_pyuda
url: https://test.pypi.org/project/ukaea_pyuda/
permissions:
id-token: write
# if: github.event_name == 'release' && github.event.action == 'published'
Expand All @@ -138,4 +138,4 @@ jobs:

- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/project/ukaea_pyuda
repository-url: https://test.pypi.org/project/ukaea_pyuda/

0 comments on commit 1c21029

Please sign in to comment.