Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBok committed Mar 12, 2024
1 parent 38fd401 commit 99009e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ jobs:
with:
python-version: '3.10'

- name: Retrieve packages
uses: actions/download-artifact@v4
with:
path: dist

- name: Install twine
run: pip install twine

Expand All @@ -218,10 +213,15 @@ jobs:
.github/utils
sparse-checkout-cone-mode: false

- name: Retrieve packages
uses: actions/download-artifact@v4
with:
path: dist

- name: Find and copy packages to files/
run: |
mkdir files
ls -al dist/*
ls -ltR
python .github/utils/find.py -from dist -to files -pattern "(.tar.gz|.whl)$"
- name: Upload packages to testpypi
Expand Down

0 comments on commit 99009e0

Please sign in to comment.