File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -111,22 +111,19 @@ jobs:
111
111
steps :
112
112
- uses : actions/checkout@v3
113
113
114
- - name : set up python
115
- uses : actions/setup-python@v4
114
+ - uses : actions/setup-python@v4
116
115
with :
117
116
python-version : ' 3.11'
118
117
119
- - name : install
120
- run : pip install -U build
118
+ - run : pip install -U build
121
119
122
- - name : check version
123
- id : check-version
120
+ - id : check-version
124
121
uses : samuelcolvin/check-python-version@v4.1
125
122
with :
126
123
version_file_path : ' src/python-fastui/fastui/__init__.py'
127
124
128
- - name : build
129
- run : python -m build
125
+ - run : python -m build --outdir dist src/python-fastui
126
+
127
+ - run : ls -lh dist
130
128
131
- - name : Upload package to PyPI
132
- uses : pypa/gh-action-pypi-publish@release/v1
129
+ - uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments