Skip to content

Commit

Permalink
Merge pull request #131 from pytroll/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.8.8
  • Loading branch information
djhoese authored Jul 18, 2023
2 parents aa3a216 + d21b7c2 commit 1075142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/[email protected].7
uses: pypa/[email protected].8
with:
user: __token__
password: ${{ secrets.pypi_password }}
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ versionfile_build =
tag_prefix = v

[coverage:run]
relative_files = True
omit =
pyorbital/version.py
versioneer.py

0 comments on commit 1075142

Please sign in to comment.