Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
theevann committed Sep 5, 2023
1 parent 0270582 commit b8520d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies and build
run: |
cd audiorecorder/frontend/
npm install
npm run build
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="streamlit-audiorecorder",
version="0.0.3",
version="0.0.3.post1",
author="Evann Courdier",
author_email="",
description="Audio recorder component for streamlit",
Expand Down

0 comments on commit b8520d1

Please sign in to comment.