Skip to content

Commit 0642318

Browse files
committed
Make: Overwrite packs with same name
1 parent cd424ca commit 0642318

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ permissions:
1616
id-token: write
1717

1818
jobs:
19-
2019
# How hard can it be?!
21-
# Let's just upgrade verions manually with `.github/workflows/update_version.sh`.
20+
# Let's just upgrade versions manually with `.github/workflows/update_version.sh`.
2221
# versioning:
2322
# name: Semantic Release
2423
# runs-on: ubuntu-22.04
@@ -46,7 +45,7 @@ jobs:
4645
git fetch origin main
4746
git checkout main-dev
4847
git rebase origin/main
49-
48+
5049
- name: Push changes
5150
uses: CasperWA/push-protected@v2
5251
with:
@@ -65,9 +64,9 @@ jobs:
6564
steps:
6665
- uses: actions/checkout@v4
6766
with:
68-
ref: 'main'
67+
ref: "main"
6968
- uses: actions/setup-python@v5
70-
69+
7170
- name: Setup Docker
7271
if: matrix.os != 'windows-2022'
7372
uses: crazy-max/ghaction-setup-docker@v3
@@ -85,8 +84,8 @@ jobs:
8584
- uses: actions/upload-artifact@v4
8685
with:
8786
path: ./wheelhouse/*.whl
88-
89-
87+
overwrite: true
88+
9089
publish_python:
9190
name: Publish Python
9291
needs: build_wheels
@@ -134,7 +133,7 @@ jobs:
134133
# steps:
135134
# - uses: actions/checkout@v4
136135
# with:
137-
# ref: 'main'
136+
# ref: 'main'
138137
# - run: git submodule update --init --recursive
139138
# - uses: actions/setup-node@v3
140139
# with:

0 commit comments

Comments
 (0)