Skip to content

Commit c94a985

Browse files
authored
chore: fix dependencies
1 parent c8fa0e5 commit c94a985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/upload-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload Test File to Test PyPI
1+
name: Upload Test for Pypi.
22

33
on:
44
workflow_dispatch:
@@ -70,6 +70,8 @@ jobs:
7070
pypi-publish:
7171
name: upload release to PyPI
7272
runs-on: ubuntu-latest
73+
needs: [linux, sdist]
74+
7375
# Specifying a GitHub environment is optional, but strongly encouraged
7476
environment: testpublish
7577
permissions:

0 commit comments

Comments
 (0)