Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
djfrancesco committed Feb 26, 2024
1 parent fe0a945 commit e32bcaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci-publish # Publish Python 🐍 distribution 📦 to PyPI
name: ci-publish # Publish Python distribution to PyPI

on:
push:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
Publish Python distribution to PyPI
#if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes
needs:
- test
Expand All @@ -90,5 +90,5 @@ jobs:
with:
name: artifact
path: ./dist/
- name: Publish distribution 📦 to PyPI
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit e32bcaa

Please sign in to comment.