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 10c17dd commit 4a395deCopy full SHA for 4a395de
.github/workflows/ci.yml
@@ -249,6 +249,8 @@ jobs:
249
name: "Publish to GitHub"
250
runs-on: "ubuntu-22.04"
251
if: "startsWith(github.ref, 'refs/tags/v')"
252
+ env:
253
+ INVOKE_NAUTOBOT_FIREWALL_MODELS_LOCAL: "True"
254
steps:
255
- name: "Check out repository code"
256
uses: "actions/checkout@v4"
@@ -282,6 +284,8 @@ jobs:
282
284
name: "Push Package to PyPI"
283
285
286
287
288
289
290
291
0 commit comments