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

Commit 54e1ba9

Browse files
authored
Merge pull request #12 from epics-containers/dev
fix pypi
2 parents aa0f5f3 + bd14211 commit 54e1ba9

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 dist/*
197+
run: pipx run twine upload build_files/dist/*

0 commit comments

Comments
 (0)