File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3838 overwrite : false
3939 file_glob : true
4040 - name : Upload artifacts
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : ${{ matrix.os }}-py${{ matrix.python-version }}
4444 path : " dist/*.whl"
5151
5252 steps :
5353 - name : Download artifacts
54- uses : actions/download-artifact@v3
54+ uses : actions/download-artifact@v4
5555 - run : |
5656 ls -R
5757 mv -v */*.whl .
Original file line number Diff line number Diff line change 1+ v0.08.1
2+ * Update job-pool version to v0.3.0
3+
14v0.08.0
25* Update numpy to v2 and python>=3.9 (#34)
36* Update README to clarify that 0 intensities are considered missing values (#31)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " triqler"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44description = " Triqler: TRansparent Identification-Quantification-Linked Error Rates"
55authors = [" Matthew The <matthew.the@tum.de>" , " Patrick Truong <patrick.truong@scilifelab.se>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments