Skip to content

Commit 9d74498

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 6938fa9 + 754636b commit 9d74498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
34-
python -m build --sdist skprox
35-
twine upload dist/*
34+
python -m build --sdist .
35+
twine upload dist/*

0 commit comments

Comments
 (0)