Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Feb 27, 2024
1 parent 2320bf5 commit 1d750f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build-and-upload:
runs-on: ubuntu-latest
container:
image: nvidia/cuda:11.0-base # Use an appropriate CUDA image
options: --gpus all
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -26,4 +29,3 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='featup',
version='0.1.0',
version='0.1.1',
packages=find_packages(),
install_requires=[
'torch',
Expand Down

0 comments on commit 1d750f8

Please sign in to comment.