Skip to content

Commit c020b1d

Browse files
committed
bug-fix
1 parent f5feb18 commit c020b1d

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

.github/workflows/release.yaml

+1-43
Original file line numberDiff line numberDiff line change
@@ -73,46 +73,4 @@ jobs:
7373
with:
7474
inputs: >-
7575
./dist/*.tar.gz
76-
./dist/*.whl
77-
# - name: Create GitHub Release
78-
# env:
79-
# GITHUB_TOKEN: ${{ github.token }}
80-
# run: >-
81-
# gh release create
82-
# '${{ github.ref_name }}'
83-
# --repo '${{ github.repository }}'
84-
# --notes ""
85-
# - name: Upload artifact signatures to GitHub Release
86-
# env:
87-
# GITHUB_TOKEN: ${{ github.token }}
88-
# # Upload to GitHub Release using the `gh` CLI.
89-
# # `dist/` contains the built packages, and the
90-
# # sigstore-produced signatures and certificates.
91-
# run: >-
92-
# gh release upload
93-
# '${{ github.ref_name }}' dist/**
94-
# --repo '${{ github.repository }}'
95-
96-
# publish-to-testpypi:
97-
# name: Publish Python 🐍 distribution 📦 to TestPyPI
98-
# needs:
99-
# - build
100-
# runs-on: ubuntu-latest
101-
102-
# environment:
103-
# name: testpypi
104-
# url: https://test.pypi.org/p/<package-name>
105-
106-
# permissions:
107-
# id-token: write # IMPORTANT: mandatory for trusted publishing
108-
109-
# steps:
110-
# - name: Download all the dists
111-
# uses: actions/download-artifact@v3
112-
# with:
113-
# name: python-package-distributions
114-
# path: dist/
115-
# - name: Publish distribution 📦 to TestPyPI
116-
# uses: pypa/gh-action-pypi-publish@release/v1
117-
# with:
118-
# repository-url: https://test.pypi.org/legacy/
76+
./dist/*.whl

0 commit comments

Comments
 (0)