Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexobaseki committed Sep 23, 2024
1 parent 75193d8 commit 574232a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,15 @@ jobs:
run: |
mkdir -p /openstates-core-metadata/openstates-metadata
cp -r openstates/metadata /openstates-core-metadata/openstates-metadata
- name: Change directory to openstates-metadata
run: cd /openstates-core-metadata/openstates-metadata

- name: Move configuration files
run: |
mv pyproject.toml.sample pyproject.toml
mv .python-version.sample .python-version
- 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 }}"

- name: Publish openstates-metadata package
run: poetry publish --build

0 comments on commit 574232a

Please sign in to comment.