Skip to content

Commit dab96c9

Browse files
committed
remove dist
1 parent 78941e1 commit dab96c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/download-artifact@v2
17-
with:
18-
name: dist
19-
path: dist/
2016
- name: Upload to PyPI
2117
uses: pypa/gh-action-pypi-publish@master
2218
with:

0 commit comments

Comments
 (0)