File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- name : Publish xyzservices to PyPI / GitHub
1+ name : Publish geodatasets to PyPI / GitHub
22
33on :
44 push :
77
88jobs :
99 build-n-publish :
10- name : Build and publish xyzservices to PyPI
10+ name : Build and publish geodatasets to PyPI
1111 runs-on : ubuntu-latest
1212
1313 steps :
1414 - name : Checkout source
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 - name : Set up Python
1818 uses : actions/setup-python@v2
2121
2222 - name : Build a binary wheel and a source tarball
2323 run : |
24- python -m pip install --upgrade pip
25- pip install setuptools wheel
26- python setup.py sdist bdist_wheel
24+ python -m pip install --upgrade build
25+ python -m build
2726
2827 - name : Publish distribution to PyPI
2928 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments