Skip to content

Commit

Permalink
Add latest.tar.gz and latest.whl to the pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 9, 2023
1 parent 9ff2351 commit 340bc7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
</body>
</html>' > _site/releases/${{ env.PACKAGE_NAME }}/index.html
- name: Create _site/latest.tar.gz and _site/latest.whl
run: |
cp dist/*.tar.gz _site/latest.tar.gz
cp dist/*.whl _site/latest.whl
- name: Move package files into _site/releases/<package-name>
run: mv dist/* _site/releases/${{ env.PACKAGE_NAME }}

Expand Down

0 comments on commit 340bc7c

Please sign in to comment.