Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielathome19 committed Jul 11, 2024
1 parent a30eb8e commit 24c1373
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
pip install twine
twine upload dist/*
twine upload dist/* --verbose
- name: Install Conda
if: success()
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@
'pyorganoid=pyorganoid:main',
],
},
classifiers=[
'License :: OSI Approved :: BSD-3 License',
]
)

0 comments on commit 24c1373

Please sign in to comment.