Skip to content

Commit

Permalink
bugfix: workind directory was wrong (should be in repository root) (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura authored Mar 24, 2021
1 parent 608b4e8 commit 38d696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
at: /tmp/workspace
- run:
name: Publish wheel & sdist to PyPI
working_directory: /tmp/workspace
command: |
mv /tmp/workspace/dist .
poetry publish --username "__token__" --password "$PYPI_API_TOKEN" --no-interaction
workflows:
Expand Down

0 comments on commit 38d696a

Please sign in to comment.