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

Commit

Permalink
Merge pull request #12 from epics-containers/dev
Browse files Browse the repository at this point in the history
fix pypi
  • Loading branch information
gilesknap authored Aug 19, 2022
2 parents aa0f5f3 + bd14211 commit 54e1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_token }}
run: pipx run twine upload dist/*
run: pipx run twine upload build_files/dist/*

0 comments on commit 54e1ba9

Please sign in to comment.