Skip to content

Commit

Permalink
remove name var
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Apr 8, 2024
1 parent 4f21baa commit c7c3c14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
needs: [ build_artifacts ]
runs-on: ubuntu-latest
env:
# url: https://pypi.org/p/spacekit # TEMP for testing
url: https://test.pypi.org/legacy/
url: https://pypi.org/p/spacekit
test_url: https://test.pypi.org/legacy/
environment:
name: pypi_release
Expand All @@ -74,7 +73,6 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
name: pypi
repository-url: ${{ (github.event.inputs.test && env.test_url) || env.url }}
verify-metadata: true
skip-existing: false
Expand Down

0 comments on commit c7c3c14

Please sign in to comment.