Skip to content

Commit

Permalink
making ready for release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenretel committed Sep 20, 2024
1 parent cc32e10 commit ef4e3d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,3 @@ jobs:
path: dist/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
#
# pypi-publish:
# needs: [build]
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
# name: Upload release to PyPI
# runs-on: ubuntu-latest
# environment:
# name: release
# url: https://pypi.org/p/bigwig-loader
# permissions:
# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
# steps:
# - name: Download all the dists
# uses: actions/download-artifact@v4
# with:
# name: python-package-distributions
# path: dist/
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bwl
name: bigwig-loader
channels:
- rapidsai
- conda-forge
Expand All @@ -15,7 +15,6 @@ dependencies:
- pandas
- pyfaidx
- ncls
# - htslib
- pydantic
- pydantic-settings
- python-dotenv
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ classifiers = [
]
dependencies = [
"numpy",
"cupy",
"cython",
"pandas",
"ncls",
Expand Down

0 comments on commit ef4e3d3

Please sign in to comment.