Skip to content

Commit

Permalink
Merge pull request #238 from ocefpaf/fix_release_automation
Browse files Browse the repository at this point in the history
Fix release automation
  • Loading branch information
ocefpaf authored Mar 15, 2022
2 parents 7d0ede4 + f2316b7 commit b2f0bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash

- name: Publish a Python distribution to PyPI
if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
if: ${{ github.event_name == 'release' }}
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license_file = LICENSE.txt
project_urls =
Documentation = https://ioos.github.io/erddapy
Bug Tracker = https://github.com/ioos/erddapy/issues
Source Code = hhttps://github.com/ioos/erddapy
Source Code = https://github.com/ioos/erddapy
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Expand Down

0 comments on commit b2f0bea

Please sign in to comment.