File tree Expand file tree Collapse file tree 2 files changed +1
-39
lines changed Expand file tree Collapse file tree 2 files changed +1
-39
lines changed Original file line number Diff line number Diff line change 6
6
commits if your PR already received reviews or comments.
7
7
8
8
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
10
10
- 👷♀️ Create small PRs. In most cases this will be possible.
11
11
- ✅ Provide tests for your changes.
12
12
- 📝 Use descriptive commit messages.
Original file line number Diff line number Diff line change 23
23
24
24
with :
25
25
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
You can’t perform that action at this time.
0 commit comments