Skip to content

Commit

Permalink
Update pypi keys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobaseki committed Oct 4, 2024
1 parent cea2ffa commit c7bb6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: Install dependencies for openstates_metadata
run: poetry install
- name: Configure pypi credentials for metadata package
run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
run: poetry config pypi-token.pypi "${{ secrets.OPENSTATES_METADATA_PYPI_API_KEY }}"
- name: Publish openstates_metadata package
run: poetry publish --build

0 comments on commit c7bb6fc

Please sign in to comment.