Skip to content

Commit

Permalink
pypi action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed May 1, 2024
1 parent ab03a95 commit d68a390
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/draft_pdf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: draft_pdf

on: [push]
#on: [push]
on: workflow_dispatch

jobs:
paper:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
- name: Publish distribution 📦 to PyPI
run: |
pwd
ls -al
cd ..
poetry publish -vvv
pwd
ls -al
poetry publish
# poetry publish --build


Expand Down

0 comments on commit d68a390

Please sign in to comment.