Skip to content

Commit bf98923

Browse files
committed
removing Updating dependencies
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
1 parent 07cedd2 commit bf98923

File tree

2 files changed

+259
-215
lines changed

2 files changed

+259
-215
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
run: |
2828
proj_version=$(poetry version -s)
2929
echo ::set-output name=PROJ_VERSION::$proj_version
30-
poetry update
3130
poetry publish --build -u __token__ -p $PYPI_TOKEN
3231
env:
3332
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)