Skip to content

Commit

Permalink
Fixed workflow publishing job
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Luque committed Oct 2, 2023
1 parent 9cf9f6e commit f68ce07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist-pkg
path: dist/

- name: Display structure of downloaded files
run: ls -R

- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
4 changes: 3 additions & 1 deletion .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist-pkg
path: dist/

- name: Display structure of downloaded files
run: ls -R

- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion skdiveMove/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@

__author__ = "Sebastian Luque <[email protected]>"
__license__ = "AGPLv3"
__version__ = "0.3.1.post1"
__version__ = "0.3.1.post2"
__all__ = ["TDR", "calibrate", "dump_config_template"]

0 comments on commit f68ce07

Please sign in to comment.