Skip to content

Commit

Permalink
🐛 Fix bug with PYPI credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago A. Silva committed Nov 18, 2022
1 parent ce21aaa commit d10594c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Publish to PyPI"
run: "scripts/release"
env:
TWINE_USERNAME: __packages__
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
- name: "Deploy docs"
run: curl -X POST '${{ secrets.DEPLOY_DOCS }}'
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: "actions/checkout@v3"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dev = [
"black>=22.10.0,<23.0.0",
"flake8>=3.8.3,<6.0.0",
"isort>=5.0.6,<6.0.0",
"mypy>=0.991",
"mypy==0.991",
"pre-commit >=2.17.0,<3.0.0",
"loguru>=0.6.0,<0.7.0",
"watchfiles>=0.16.1,<0.20.0"
Expand Down

0 comments on commit d10594c

Please sign in to comment.