We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce63891 commit f799decCopy full SHA for f799dec
.github/workflows/build.yml
@@ -73,6 +73,11 @@ jobs:
73
- pre-commit
74
- e2e
75
runs-on: ubuntu-latest
76
+ permissions:
77
+ id-token: write
78
+ environment:
79
+ name: testpypi
80
+ url: https://test.pypi.org/p/OctoPrint-FileCheck
81
steps:
82
- name: ⬇ Download build result
83
uses: actions/download-artifact@v4
@@ -89,6 +94,11 @@ jobs:
89
94
if: github.event_name == 'release'
90
95
needs: publish-on-testpypi
91
96
97
98
99
100
+ name: pypi
101
+ url: https://pypi.org/p/OctoPrint-FileCheck
92
102
93
103
104
0 commit comments