Skip to content

Commit

Permalink
chore: use pypi token for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jan 2, 2024
1 parent 71dfb2c commit bbb145a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
python -m pip install setuptools wheel build twine
- name: build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PROJECT_TOKEN }}
run: |
python -m build
python -m twine upload dist/*
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pylint>=3.0.0,<4.0.0
pytest-asyncio>=0.17.0,<1.0.0
pytest-cov>=3.0.0,<5.0.0
pytest>=7.0.0,<8.0.0
scrapli-cfg==2022.7.30
scrapli-replay==2022.7.30
scrapli-cfg==2023.7.30
scrapli-replay==2023.7.30
toml>=0.10.2,<1.0.0
types-paramiko>=2.8.6,<4.0.0
types-pkg-resources>=0.1.3,<1.0.0

0 comments on commit bbb145a

Please sign in to comment.