Skip to content

Commit

Permalink
fix: python versions + pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 25, 2024
1 parent 49ba45f commit 6652e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- 3.8.6
- 3.9.x
# Enable after resolving Cython/PyYAML issue https://github.com/yaml/pyyaml/issues/724
# - 3.10.x
# - 3.11.x
- 3.10.x
- 3.11.x
# Enable after: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
# - 3.12.x

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
with:
python-version: 3.x
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
pypi-api-token: ${{ secrets.PYPI_USERNAME }}
pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}
publish-tag: 'false'

deploy-docs:
Expand Down

0 comments on commit 6652e01

Please sign in to comment.