Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: Re-add env setting (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Feb 22, 2022
1 parent 586fa02 commit f342bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
publish-pypi-package:
name: Publish PyPi Package
runs-on: ubuntu-18.04
env:
NODE_ENV: production
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f342bac

Please sign in to comment.