File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,21 +201,22 @@ jobs:
201
201
with :
202
202
# password: ${{ secrets.PYPI_API_TOKEN }}
203
203
skip-existing : true
204
+ attestations : false
204
205
205
206
- name : Publish package to TestPyPI
206
207
uses : pypa/gh-action-pypi-publish@release/v1
207
208
with :
208
209
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
209
210
repository-url : https://test.pypi.org/legacy/
210
211
skip-existing : true
212
+ attestations : false
211
213
212
214
- name : Upload package to GitHub Release
213
215
uses : softprops/action-gh-release@v1
214
216
with :
215
217
# allowUpdates: true
216
218
files : |
217
- dist/pypcapkit-*.whl
218
- dist/pypcapkit-*.tar.gz
219
+ dist/*
219
220
tag_name : " v${{ needs.version_check.outputs.PCAPKIT_VERSION }}"
220
221
token : " ${{ secrets.GITHUB_TOKEN }}"
221
222
@@ -235,7 +236,6 @@ jobs:
235
236
- " 3.10"
236
237
- " 3.11"
237
238
- " 3.12"
238
- - " 3.13"
239
239
steps :
240
240
- uses : actions/checkout@v4
241
241
with :
You can’t perform that action at this time.
0 commit comments