big ugh
This commit is contained in:
parent
970d0d7203
commit
884e5611a8
1 changed files with 4 additions and 5 deletions
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
|
|
@ -16,8 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: master
|
fetch-depth: 0
|
||||||
fetch-depth: 0 # fetch all git history
|
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
|
|
@ -26,7 +25,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build Wheel
|
- name: Build Wheel
|
||||||
run: |
|
run: |
|
||||||
git status
|
|
||||||
make wheel
|
make wheel
|
||||||
|
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
|
|
@ -40,8 +38,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v3
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set version envs 1/3
|
- name: Set version envs 1/3
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue