Skip to content

Commit 25ece87

Browse files
- Removed old publish workflow artifact
1 parent 0ed49e7 commit 25ece87

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
commits if your PR already received reviews or comments.
77
88
Before submitting a Pull Request, please ensure you've done the following:
9-
- 📖 Read the our Code of Conduct: https://github.com/caffeine-addictt/FastAPI-ToDoApp/blob/main/CODE_OF_CONDUCT.md
9+
- 📖 Read the our Code of Conduct: https://github.com/python-thread/thread/blob/main/CODE_OF_CONDUCT.md
1010
- 👷‍♀️ Create small PRs. In most cases this will be possible.
1111
- ✅ Provide tests for your changes.
1212
- 📝 Use descriptive commit messages.

.github/workflows/release.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -23,41 +23,3 @@ jobs:
2323
uses: JRubics/[email protected]
2424
with:
2525
pypi_token: ${{ secrets.PYPI_TOKEN }}
26-
27-
28-
# # Specifying a GitHub environment is optional, but strongly encouraged
29-
# environment: release
30-
# permissions:
31-
# # IMPORTANT: this permission is mandatory for trusted publishing
32-
# id-token: write
33-
34-
# steps:
35-
# - name: Checkout
36-
# uses: actions/checkout@v4
37-
38-
# - name: Setup Python
39-
# uses: actions/setup-python@v4
40-
# with:
41-
# python-version: "3.x"
42-
43-
# - name: Build distribution
44-
# uses: |
45-
# python3 -m pip install -U pip
46-
# python3 -m pip install -U build --user
47-
# python3 -m build
48-
49-
# - name: Store the distribution packages
50-
# uses: actions/upload-artifact@v3
51-
# with:
52-
# name: python-package-distributions
53-
# path: dist/
54-
55-
56-
# - name: Download distribution packages
57-
# uses: actions/download-artifact@v3
58-
# with:
59-
# name: python-package-distributions
60-
# path: dist/
61-
62-
# - name: Publish package distributions to PyPI
63-
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)