We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d0ede4 + f2316b7 commit b2f0beaCopy full SHA for b2f0bea
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
shell: bash
39
40
- name: Publish a Python distribution to PyPI
41
- if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
+ if: ${{ github.event_name == 'release' }}
42
uses: pypa/gh-action-pypi-publish@master
43
with:
44
user: __token__
setup.cfg
@@ -11,7 +11,7 @@ license_file = LICENSE.txt
11
project_urls =
12
Documentation = https://ioos.github.io/erddapy
13
Bug Tracker = https://github.com/ioos/erddapy/issues
14
- Source Code = hhttps://github.com/ioos/erddapy
+ Source Code = https://github.com/ioos/erddapy
15
classifiers =
16
Development Status :: 5 - Production/Stable
17
Intended Audience :: Science/Research
0 commit comments