Skip to content

Commit d74e8ea

Browse files
author
ragrawal
committed
added numbers to names
1 parent 76226fd commit d74e8ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/step1_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflows will upload a Python Package using Twine when a release is created
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

4-
name: Test Package
4+
name: 1 Test Package
55

66
on:
77
workflow_dispatch:

.github/workflows/step2_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Package
1+
name: 2 Release Package
22

33
on:
44
workflow_dispatch:

.github/workflows/step3_pypi_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PyPI Deploy
1+
name: 3 PyPI Deploy
22

33
on:
44
workflow_dispatch:

.github/workflows/step4_conda_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Conda Deploy
1+
name: 4 Conda Deploy
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)