Skip to content

Commit

Permalink
Add missing env for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Apr 25, 2023
1 parent c55a2dd commit c6f42a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest
permissions:
id-token: write
environment: pypi-release-env
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Python
Expand Down

0 comments on commit c6f42a3

Please sign in to comment.