File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- name : " Check it imports @ ${{ matrix.python-version }}"
45
45
run : |
46
- pdm run python -c 'import hondana'
47
-
48
- - name : " Test Suite @ ${{ matrix.python-version }}"
49
- run : |
50
- pdm run tests
46
+ pdm run python -c 'import mystbin'
51
47
52
48
- name : " Build wheels @ ${{ matrix.python-version}}"
53
49
run : |
Original file line number Diff line number Diff line change 1
1
build :
2
2
jobs :
3
+ post_create_environment :
4
+ - pip install -U pdm
3
5
post_install :
4
- - pip install poetry==1.5.1
5
- - poetry config virtualenvs.create false
6
- - poetry install --with docs
6
+ - pdm config python.use_venv true
7
+ - VIRTUAL_ENV=$(dirname $(dirname $(which python))) pdm install -dG docs
7
8
os : ubuntu-22.04
8
9
tools :
9
10
python : " 3.11"
Original file line number Diff line number Diff line change 1
- 7.0.2
1
+ 7.1.0
2
2
3
3
# mystbin.py Changelog
4
4
5
5
## Added
6
6
7
7
## Changes
8
+ - Add ability to change the URL base for self-hosted applications. (42036aa718516dbf22d9800f0861dd93bffe168d)
8
9
9
10
## Fixes
10
- - Fix ` password ` not being set on paste creation. (3795ebdec5ded72a7d8e55880e45bae5d08331f0)
11
11
12
12
### Notes
13
+
14
+ Thanks @ShadowFox88 for your contribution!
You can’t perform that action at this time.
0 commit comments