Skip to content

Commit cb0abab

Browse files
Merge pull request #3 from Quansight/update_pypi
Update pypi/flit settings
2 parents 8bdc524 + ec36b3b commit cb0abab

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
uses: pypa/gh-action-pypi-publish@master
2727
with:
2828
user: andrewfulton9
29-
password: ${{ secrets.PYPI_API_TOKEN }}
29+
password: ${{ secrets.UPATH_GIT_REPO }}

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
**/__pycache__
1+
**/__pycache__
2+
**/dist
3+
**/build

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ requires = ["flit_core>=2,<4"]
55
[tool]
66
[tool.flit]
77
[tool.flit.metadata]
8+
dist-name = "universal_pathlib"
89
author = "Andrew Fulton"
910
author-email = "[email protected]"
1011
classifiers = []

upath/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""pathlib with fsspec"""
2-
__version__ = "0.0.3"
1+
"""pathlib api extended to use fsspec backends"""
2+
__version__ = "0.0.4"
33

44
from upath.core import UPath

0 commit comments

Comments
 (0)