Skip to content

Commit a8c06d2

Browse files
committed
fix PyPI issue
1 parent 107a185 commit a8c06d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,21 +201,22 @@ jobs:
201201
with:
202202
# password: ${{ secrets.PYPI_API_TOKEN }}
203203
skip-existing: true
204+
attestations: false
204205

205206
- name: Publish package to TestPyPI
206207
uses: pypa/gh-action-pypi-publish@release/v1
207208
with:
208209
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
209210
repository-url: https://test.pypi.org/legacy/
210211
skip-existing: true
212+
attestations: false
211213

212214
- name: Upload package to GitHub Release
213215
uses: softprops/action-gh-release@v1
214216
with:
215217
# allowUpdates: true
216218
files: |
217-
dist/pypcapkit-*.whl
218-
dist/pypcapkit-*.tar.gz
219+
dist/*
219220
tag_name: "v${{ needs.version_check.outputs.PCAPKIT_VERSION }}"
220221
token: "${{ secrets.GITHUB_TOKEN }}"
221222

@@ -235,7 +236,6 @@ jobs:
235236
- "3.10"
236237
- "3.11"
237238
- "3.12"
238-
- "3.13"
239239
steps:
240240
- uses: actions/checkout@v4
241241
with:

0 commit comments

Comments
 (0)