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 a26ef7c commit 3107edfCopy full SHA for 3107edf
.github/workflows/publish.yml
@@ -4,19 +4,13 @@ on:
4
release:
5
types:
6
- published
7
-env:
8
- PYTHON_VERSION: "3.9"
9
jobs:
10
publish-job:
11
runs-on: ubuntu-latest
12
timeout-minutes: 30
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 = //")
@@ -32,3 +26,4 @@ jobs:
32
26
pypi_token: ${{ secrets.PYPI_TOKEN }}
33
27
ignore_dev_requirements: "yes"
34
28
package_directory: "sqlsynthgen"
29
+ python_version: "3.9"
0 commit comments