Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
Publish on PyPI and update secrets keys.
  • Loading branch information
CasperWA committed Sep 7, 2023
1 parent 098e29d commit 3e860b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
install_extras: '[dev]'
package_dirs: s7
build_libs: flit
build_cmd: 'flit build'
# Make this 'true' when the secret PYPI_TOKEN has been setup.
publish_on_pypi: false
build_cmd: flit build
publish_on_pypi: true

# Documentation
update_docs: false
secrets:
PyPI_token: ${{ secrets.PYPI_TOKEN }}
PAT: ${{ secrets.PAT }}
PAT: ${{ secrets.TEAM40_PAT }}

0 comments on commit 3e860b7

Please sign in to comment.