Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit aa0f5f3

Browse files
authored
Merge pull request #11 from epics-containers/dev
fix pypi
2 parents a9d2778 + 643b08e commit aa0f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ jobs:
194194
env:
195195
TWINE_USERNAME: __token__
196196
TWINE_PASSWORD: ${{ secrets.pypi_token }}
197-
run: pipx run twine upload artifacts/dist/*
197+
run: pipx run twine upload dist/*

0 commit comments

Comments
 (0)