Skip to content

Commit b2f0bea

Browse files
authored
Merge pull request #238 from ocefpaf/fix_release_automation
Fix release automation
2 parents 7d0ede4 + f2316b7 commit b2f0bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939

4040
- name: Publish a Python distribution to PyPI
41-
if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
41+
if: ${{ github.event_name == 'release' }}
4242
uses: pypa/gh-action-pypi-publish@master
4343
with:
4444
user: __token__

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license_file = LICENSE.txt
1111
project_urls =
1212
Documentation = https://ioos.github.io/erddapy
1313
Bug Tracker = https://github.com/ioos/erddapy/issues
14-
Source Code = hhttps://github.com/ioos/erddapy
14+
Source Code = https://github.com/ioos/erddapy
1515
classifiers =
1616
Development Status :: 5 - Production/Stable
1717
Intended Audience :: Science/Research

0 commit comments

Comments
 (0)