Skip to content

Commit

Permalink
Pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixNazarov committed Jul 26, 2024
1 parent 54126b3 commit 8c6bb66
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
sparse-checkout: 'library'
sparse-checkout-cone-mode: false

- name: Cd library
run: cd library
- name: Move library files to root
run: |
ls -lah
shopt -s dotglob
mv library/* .
rm -rf library
ls -lah
- name: Set up Python 3.11
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8c6bb66

Please sign in to comment.