diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 19fe25b6..7d993648 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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/* diff --git a/requirements-dev.txt b/requirements-dev.txt index 65c3cf1c..1e70f81e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 \ No newline at end of file