Skip to content

Commit f169bcb

Browse files
committed
Update test_and_deploy.yml
1 parent e51ab8e commit f169bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
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: tests
4+
name: test and deploy
55

66
on:
77
push:
@@ -71,7 +71,7 @@ jobs:
7171
# github secrets (see readme for details)
7272
needs: [test]
7373
runs-on: ubuntu-latest
74-
if: contains(github.ref, 'tags')
74+
# if: contains(github.ref, 'tags')
7575
steps:
7676
- uses: actions/checkout@v2
7777
- name: Set up Python

0 commit comments

Comments
 (0)