File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 pip install build
3131 echo "github.ref:"
3232 echo "$GITHUB_REF"
33- run : python -m build
34- - name : Publish package
35- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
33+ pip install -e .
34+ - name : Generate SensorThings model (OData)
35+ run : |
36+ python -m frost_sta_client.odata_codegen.install_model_simple
37+ - name : Upload generated model as artifact
38+ uses : actions/upload-artifact@v4
3639 with :
37- user : __token__
38- password : ${{ secrets.PYPI_API_TOKEN }}
40+ name : generated-model
41+ path : |
42+ ./**
43+ - name : Build package
44+ run : python -m build
45+ # - name: Publish package
46+ # uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
47+ # with:
48+ # user: __token__
49+ # password: ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments