Skip to content

Commit

Permalink
Remove latest.whl from pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 9, 2023
1 parent 340bc7c commit ea9ef4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ 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: Create _site/latest.tar.gz
run: cp dist/*.tar.gz _site/latest.tar.gz

- name: Move package files into _site/releases/<package-name>
run: mv dist/* _site/releases/${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit ea9ef4d

Please sign in to comment.