Skip to content

Commit de684f5

Browse files
committed
Merge branch 'master' of github.com:ICAMS/calphy
2 parents c317e26 + 75c2f07 commit de684f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
--wheel
5959
--outdir dist/
6060
.
61-
- name: Publish distribution to Test PyPI
61+
- name: Publish distribution 📦 to PyPI
62+
if: startsWith(github.ref, 'refs/tags')
6263
uses: pypa/gh-action-pypi-publish@master
6364
with:
6465
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)