Skip to content

Commit

Permalink
Using os.path.join for paths on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jan 16, 2024
1 parent 3ce10f3 commit 81d63df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: Build wheel and upload to PyPI or TestPyPI

# When push on branch dev
# When pushing a version tag
on:
push:
if: "startsWith(github.ref, 'refs/tags/v')"
Expand Down
2 changes: 1 addition & 1 deletion forestatrisk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# https://peps.python.org/pep-0008/#module-level-dunder-names
__author__ = "Ghislain Vieilledent"
__email__ = "[email protected]"
__version__ = "1.1.2"
__version__ = "1.1.3"

# Local imports
# Data
Expand Down

0 comments on commit 81d63df

Please sign in to comment.