Skip to content

Commit

Permalink
removing Updating dependencies
Browse files Browse the repository at this point in the history
Resolving dependencies...

Package operations: 0 installs, 5 updates, 0 removals

  - Updating rpds-py (0.20.0 -> 0.20.1)
  - Updating charset-normalizer (3.3.2 -> 3.4.0)
  - Updating packaging (24.1 -> 24.2)
  - Updating setuptools (75.1.0 -> 75.3.0)
  - Updating hypothesis (6.112.2 -> 6.113.0)

Writing lock file as the poetry.lock file shouldn't change from the one that's been versioned and used to run the tests
  • Loading branch information
ajmirsky committed Dec 8, 2024
1 parent 07cedd2 commit bf98923
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 215 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: |
proj_version=$(poetry version -s)
echo ::set-output name=PROJ_VERSION::$proj_version
poetry update
poetry publish --build -u __token__ -p $PYPI_TOKEN
env:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
Loading

0 comments on commit bf98923

Please sign in to comment.