Skip to content

Commit

Permalink
Merge pull request #6 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
added extra files for init
  • Loading branch information
VasudhaJha authored Jul 7, 2023
2 parents c1c3398 + fad9adf commit 3123afc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testpypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.x

- name: Install dependencies
- name: Install build dependencies
run: python -m pip install --upgrade pip setuptools wheel twine

- name: Install project dependencies
Expand All @@ -28,8 +28,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Upload to TestPyPI
run: |
python3 -m twine upload dist/*
run: python3 -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
Expand Down
6 changes: 5 additions & 1 deletion genomap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# from genomap import construct_genomap
from .genomap import construct_genomap
from .genomap import *
from .genomapOPT import *
from .genoNet import *
from .genoNetus import *

0 comments on commit 3123afc

Please sign in to comment.