Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hema into main
  • Loading branch information
hrshdhgd committed May 31, 2022
2 parents a2c810b + 0546994 commit b511f5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.NEAT_SCHEMA_TOKEN }}
password: ${{ secrets.NEAT_SCHEMA_TOKEN }}
6 changes: 5 additions & 1 deletion project.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ $(EXCEL_DIR):
mkdir -p $@

gen-excel: $(EXCEL_DIR)
$(RUN) gen-excel --output $(EXCEL_DIR)/neat_schema.xlsx $(SOURCE_SCHEMA_PATH)
$(RUN) gen-excel --output $(EXCEL_DIR)/neat_schema.xlsx $(SOURCE_SCHEMA_PATH)

pypi: |
poetry build
poetry publish

0 comments on commit b511f5a

Please sign in to comment.