Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Feb 22, 2024
1 parent 0f6ab98 commit b01ff80
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,19 @@ jobs:
steps:
- uses: actions/download-artifact@master
- run: |
echo "A"
ls *
echo "A-1"
ls -d */
echo "B"
mkdir dist/
mv *.tar.gz dist/
mv *.whl dist/
echo "C"
mv python-binary-packages/*.tar.gz dist/
echo "D"
mv python-binary-packages/*.whl dist/
echo "E"
ls dist/*
echo "F"
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit b01ff80

Please sign in to comment.