Skip to content

Commit 7d2cba4

Browse files
committed
cicd
1 parent d8dcce0 commit 7d2cba4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jobs:
4949
run: |
5050
python setup.py sdist bdist_wheel
5151
52-
# - name: Publish to PyPI
53-
# env:
54-
# TWINE_USERNAME: __token__
55-
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
56-
# run: |
57-
# twine upload dist/*
58-
5952
- name: Build native application
6053
run: |
6154
python build_native.py
@@ -68,6 +61,13 @@ jobs:
6861
files: |
6962
dist/*.whl
7063
dist/*.tar.gz
71-
dist_native/xmlgenerator-linux-x64
64+
dist_native/xmlgenerator-${{ github.ref_name }}-linux-amd64
7265
env:
7366
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
68+
# - name: Publish to PyPI
69+
# env:
70+
# TWINE_USERNAME: __token__
71+
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
72+
# run: |
73+
# twine upload dist/*

0 commit comments

Comments
 (0)