Skip to content

Commit

Permalink
馃懛 Update CI to publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 30, 2024
1 parent 45fbb70 commit e9ac135
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ jobs:
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
# TODO: uncomment this
# password: ${{ secrets.PYPI_API_TOKEN }}
# TODO: remove this
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: ${{ matrix.package_dir }}/dist/
- name: Dump GitHub context
env:
Expand Down

0 comments on commit e9ac135

Please sign in to comment.