We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1811a commit f1c8215Copy full SHA for f1c8215
1 file changed
.github/workflows/release.yml
@@ -15,9 +15,11 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: "3.9"
+ python-version: "3.11"
19
- name: Install deps
20
run: poetry install
21
+ - name: Set version
22
+ run: poetry version "${{ github.ref_name }}"
23
- name: Release package
24
env:
25
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
0 commit comments