Skip to content

Commit

Permalink
Adding new thing
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 committed Feb 22, 2024
1 parent a346d68 commit 76ff739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Update build on github
run: |
git branch build
git checkout build
git config --local user.email "[email protected]"
git config --local user.name "PYact Github action builder"
git add JSbuild/
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ To import the api you can do this `from pyact.api import *` or `import pyact.api

first make a setup.py .
Then in this file do `import pyact.build` and `pyact.build.build('main/')` change 'main.py' by the main directory
**or**
go to `.github/workflows/build.yml` and copy the file content in you're main branch

Build api
> Build
Expand Down

0 comments on commit 76ff739

Please sign in to comment.