Skip to content

Commit

Permalink
Move to pypi (#12)
Browse files Browse the repository at this point in the history
* Moved to pypi
  • Loading branch information
MrParosk authored Jul 27, 2024
1 parent 5075713 commit e61e8f9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/denstream
name: pypi
url: https://pypi.org/p/denstream
permissions:
id-token: write
steps:
Expand All @@ -23,7 +23,4 @@ jobs:
run: |
python3 -m build
- name: Publish package distributions to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit e61e8f9

Please sign in to comment.