Skip to content

Commit

Permalink
♻️ simplify pre-release workflow and remove Test PyPI upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Dec 26, 2024
1 parent 277590e commit cef8954
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
- name: install
run: pip install -U build

- name: check version
id: check-tag
uses: samuelcolvin/[email protected]
with:
version_file_path: pragma-sdk/pragma_sdk/__init__.py

- name: build
run: python -m build

Expand All @@ -42,3 +36,4 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
4 changes: 0 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ jobs:
build_containers:
name: Build Docker Image
uses: ./.github/workflows/docker-test.yml

test_pypi_publish:
name: Upload package to Test PyPI
uses: ./.github/workflows/test-publish.yml
38 changes: 0 additions & 38 deletions .github/workflows/test-publish.yml

This file was deleted.

0 comments on commit cef8954

Please sign in to comment.