mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
Update python-publish.yml
This commit is contained in:
parent
35ca0677fd
commit
6bd6fe229c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/python-publish.yml
vendored
10
.github/workflows/python-publish.yml
vendored
|
|
@ -16,14 +16,13 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.2.0
|
||||
- uses: actions/checkout@main
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
steps:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
|
@ -40,3 +39,4 @@ jobs:
|
|||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: twine upload dist/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue