Skip to content

Commit

Permalink
Publish on release environment using PyPI publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Jun 2, 2023
1 parent a9cab8e commit 95a3799
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

publish:
runs-on: ubuntu-latest
environment: release
needs: [build]

steps:
Expand All @@ -41,6 +42,3 @@ jobs:

- name: Publish to PyPI
run: hatch publish
env:
HATCH_INDEX_USER: ${{ secrets.HATCH_INDEX_USER }}
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}

0 comments on commit 95a3799

Please sign in to comment.