Skip to content

Commit

Permalink
update github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jan 26, 2023
1 parent 68165ef commit b27fce6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish xyzservices to PyPI / GitHub
name: Publish geodatasets to PyPI / GitHub

on:
push:
Expand All @@ -7,12 +7,12 @@ on:

jobs:
build-n-publish:
name: Build and publish xyzservices to PyPI
name: Build and publish geodatasets to PyPI
runs-on: ubuntu-latest

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -21,9 +21,8 @@ jobs:

- name: Build a binary wheel and a source tarball
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
python setup.py sdist bdist_wheel
python -m pip install --upgrade build
python -m build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b27fce6

Please sign in to comment.