mirror of
https://github.com/sartography/SpiffWorkflow.git
synced 2026-03-13 08:00:46 +08:00
update publish workflow
This commit is contained in:
4
.github/workflows/publish-on-release.yml
vendored
4
.github/workflows/publish-on-release.yml
vendored
@@ -8,10 +8,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.10
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: "3.12"
|
||||
- name: Install pypa/build
|
||||
run: >-
|
||||
python -m
|
||||
|
||||
Reference in New Issue
Block a user