Skip to content

Commit 3107edf

Browse files
authored
Update publish.yml
1 parent a26ef7c commit 3107edf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ on:
44
release:
55
types:
66
- published
7-
env:
8-
PYTHON_VERSION: "3.9"
97
jobs:
108
publish-job:
119
runs-on: ubuntu-latest
1210
timeout-minutes: 30
1311
steps:
1412
- name: Checkout Code
1513
uses: actions/checkout@v3
16-
- name: Set up Python
17-
uses: actions/setup-python@v4
18-
with:
19-
python-version: ${{ env.PYTHON_VERSION }}
2014
- name: Check that tag and package versions match
2115
run: |
2216
PYPROJECT_VERSION=$(sed -n '3p' pyproject.toml | sed "s/version = //")
@@ -32,3 +26,4 @@ jobs:
3226
pypi_token: ${{ secrets.PYPI_TOKEN }}
3327
ignore_dev_requirements: "yes"
3428
package_directory: "sqlsynthgen"
29+
python_version: "3.9"

0 commit comments

Comments
 (0)