Skip to content

Commit

Permalink
Added step for debugging publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tankalxat34 committed Jun 25, 2024
1 parent faae6fc commit 8b9e5e0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Debug package
run: |
ls -R
cat pyproject.toml
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ IssueRelease.bat
response-*.json
test*.py
docs/en/DOCS.md
/.vscode
7 changes: 7 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b9e5e0

Please sign in to comment.