Skip to content

Commit

Permalink
fix: use the correct environment for uploading to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
software-dov committed Feb 26, 2021
1 parent 9fcf856 commit 76483d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
environment: PyPI
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 76483d6

Please sign in to comment.