Skip to content

Commit 196f339

Browse files
committed
test
1 parent e55329f commit 196f339

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ on:
1010
- "docsrc/**"
1111

1212
jobs:
13-
pypi:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v4.1.7
13+
# pypi:
14+
# runs-on: ubuntu-latest
15+
# steps:
16+
# - uses: actions/checkout@v4.1.7
1717

18-
- name: Publish GH release
19-
uses: softprops/action-gh-release@v2.0.6
20-
with:
21-
generate_release_notes: true
18+
# - name: Publish GH release
19+
# uses: softprops/action-gh-release@v2.0.6
20+
# with:
21+
# generate_release_notes: true
2222

23-
- name: Build using poetry and publish to PyPi
24-
uses: JRubics/poetry-publish@v2.0
25-
with:
26-
pypi_token: ${{ secrets.PYPI_API_KEY }}
23+
# - name: Build using poetry and publish to PyPi
24+
# uses: JRubics/poetry-publish@v2.0
25+
# with:
26+
# pypi_token: ${{ secrets.PYPI_API_KEY }}
2727

2828
docker:
29-
needs: pypi
29+
#needs: pypi
3030
runs-on: ubuntu-latest
3131
permissions:
3232
packages: write
@@ -49,11 +49,11 @@ jobs:
4949
fi
5050
echo "GOOSEBIT_VERSION=${tag#v}" >> $GITHUB_ENV
5151
52-
- name: Log in to Docker Hub
53-
uses: docker/login-action@v3.3.0
54-
with:
55-
username: ${{ secrets.DOCKER_USERNAME }}
56-
password: ${{ secrets.DOCKER_PASSWORD }}
52+
# - name: Log in to Docker Hub
53+
# uses: docker/login-action@v3.3.0
54+
# with:
55+
# username: ${{ secrets.DOCKER_USERNAME }}
56+
# password: ${{ secrets.DOCKER_PASSWORD }}
5757

5858
- name: Extract metadata (tags, labels) for Docker
5959
id: meta

0 commit comments

Comments
 (0)