Skip to content

Commit

Permalink
updates to version identifier and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Oct 3, 2024
1 parent 43881a8 commit ed26125
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 707 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ jobs:

- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_ACCESS_TOKEN }}
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion MDDC/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from importlib import import_module

__version__ = "1.0.dev0"
__version__ = "1.0.0"

submodules = ["MDDC", "utils", "datasets"]
__all__ = [*submodules]
Expand Down
Loading

0 comments on commit ed26125

Please sign in to comment.