We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7457539 commit aaffe58Copy full SHA for aaffe58
.github/workflows/publish-to-test-pypi.yml renamed to .github/workflows/publish-to-pypi.yml
@@ -1,8 +1,8 @@
1
-name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
+name: Publish Python to PyPI and TestPyPI
2
on: push
3
jobs:
4
build-n-publish:
5
- name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
+ name: Build and publish Python to PyPI and TestPyPI
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@master
0 commit comments