Skip to content

Commit

Permalink
Merge pull request #56 from flatironinstitute/nemos
Browse files Browse the repository at this point in the history
Reserve package name NEmoS
  • Loading branch information
BalzaniEdoardo authored Nov 7, 2023
2 parents 9a4616f + d4c9909 commit cd38f6e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-pure-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: dist/*

publish:
name: Upload release to Test PyPI
name: Upload release to PyPI
needs: [build]
environment: pypi
runs-on: ubuntu-latest
Expand All @@ -69,7 +69,5 @@ jobs:
with:
name: artifact
path: dist
- name: Publish package to test pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package to pypi
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit cd38f6e

Please sign in to comment.