We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d5b56 commit a26ef7cCopy full SHA for a26ef7c
.github/workflows/publish.yml
@@ -13,6 +13,10 @@ jobs:
13
steps:
14
- name: Checkout Code
15
uses: actions/checkout@v3
16
+ - name: Set up Python
17
+ uses: actions/setup-python@v4
18
+ with:
19
+ python-version: ${{ env.PYTHON_VERSION }}
20
- name: Check that tag and package versions match
21
run: |
22
PYPROJECT_VERSION=$(sed -n '3p' pyproject.toml | sed "s/version = //")
0 commit comments