Skip to content

Commit b199c81

Browse files
Merge pull request #1807 from allmightyspiff/issues1735
fixing issues with the auto build for releases
2 parents bdb57e8 + 8405d4c commit b199c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Snapcraft and PyPi (Testing)
1+
name: Release Snapcraft and PyPi
22

33
on:
44
release:
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
strategy:
1111
matrix:
12-
arch: ['armhf','amd64','arm64','ppc64el','s390x','i386']
12+
arch: ['armhf','amd64','arm64','ppc64el','s390x']
1313
steps:
1414
- name: Install Snapcraft
1515
uses: samuelmeuli/action-snapcraft@v1.2.0
@@ -44,7 +44,7 @@ jobs:
4444
--outdir dist/
4545
.
4646
- name: Publish 📦 to Test PyPI
47-
uses: pypa/gh-action-pypi-publish@master
47+
uses: pypa/gh-action-pypi-publish@release/v1
4848
with:
4949
user: __token__
5050
password: ${{ secrets.CGALLO_PYPI }}

0 commit comments

Comments
 (0)