Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch repo to openmm org in download wheel script + other fixes #2

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
update action and allow overwrite
  • Loading branch information
mikemhenry committed May 16, 2024
commit 06fc645b47cfd587435b4dc9408b04e74f96c68d
3 changes: 2 additions & 1 deletion extra.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@


- name: Upload artifacts to Github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v2 is getting deprecated in june so I figured might as well update now

with:
path: build_artifacts/pypi_wheels
name: ${{ matrix.CONFIG }}
overwrite: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see issue #4


- name: Upload artifacts to Github release
uses: svenstaro/upload-release-action@v2