Skip to content

Commit ee2cce6

Browse files
committed
try
1 parent 3aa1743 commit ee2cce6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
2-
push:
3-
tags:
4-
- '*.*.*'
2+
- push
3+
# tags:
4+
# - '*.*.*'
55

66
name: Publish shy-sh to PyPI
77

@@ -23,10 +23,10 @@ jobs:
2323
version: 1.8.4
2424
- name: Install dependencies
2525
run: poetry config pypi-token.pypi ${{ secrets.PYPY_API_TOKEN }}
26-
- name: Set version
27-
run: poetry version ${{ github.ref_name }}
26+
# - name: Set version
27+
# run: poetry version ${{ github.ref_name }}
2828
- name: Publish package
29-
run: poetry publish --build
29+
run: poetry build
3030
- name: Zip dist
3131
run: zip --junk-paths dist.zip dist/*
3232
- name: Create Release

0 commit comments

Comments
 (0)