Skip to content

Commit

Permalink
fix(ci): add missing environment
Browse files Browse the repository at this point in the history
When migrating the CI publish script, I unfortunately missed the
environment which contains the PyPI credentials.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Oct 4, 2023
1 parent 9fe9694 commit fbd1fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
needs: [check]
runs-on: ubuntu-latest
environment: Upload Python Package

steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit fbd1fbe

Please sign in to comment.