Skip to content

Commit

Permalink
Bump poetry to 1.7.1 (#17)
Browse files Browse the repository at this point in the history
* Bump poetry to 1.7.1

* Downgrade Python back to 3.8
  • Loading branch information
debakarr authored Dec 21, 2023
1 parent c11fe70 commit 51eea17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.8"
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: "1.1.14"
poetry-version: "1.7.1"
- name: Bump version
run: poetry version ${{github.ref_name}}
- name: Set credential
Expand Down

0 comments on commit 51eea17

Please sign in to comment.