We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e54c9 commit f968763Copy full SHA for f968763
.github/workflows/deploy-test.yml
@@ -1,4 +1,4 @@
1
-name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
+name: TestPyPI
2
3
on: workflow_dispatch
4
.github/workflows/python-app.yml
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
-name: Python application
+name: CI tests
5
6
on:
7
push:
0 commit comments