1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

ci: automated pypi publish on release (#776)

- dependencies: wombat 3.3.11
- ci: pypi publish for pywb
- update CHANGES for 2.6.9 release
This commit is contained in:
Ilya Kreymer 2022-11-18 17:56:24 -08:00 committed by GitHub
parent f96707d039
commit 1dedc46dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 3 deletions

33
.github/workflows/publish_pypi.yaml vendored Normal file
View File

@ -0,0 +1,33 @@
name: Publish to PYPI
on:
release:
types: [published]
jobs:
pypi-release:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- name: checkout
uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade pip wheel twine
- name: Build Dist
run: python setup.py sdist bdist_wheel --universal
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

View File

@ -1,3 +1,13 @@
pywb 2.6.9 changelist
~~~~~~~~~~~~~~~~~~~~~
* eval rewrite update + latest wombat by @ikreymer in https://github.com/webrecorder/pywb/pull/763
* Rewrite: Support target rewriting, open new windows in top-frame instead by @tw4l in https://github.com/webrecorder/pywb/pull/767
* Add arm64 platform support by @luandro in https://github.com/webrecorder/pywb/pull/775
* Add uwsgi virtualenv information by @tw4l in https://github.com/webrecorder/pywb/pull/770
* update to wombat 3.3.11 to support additional replay improvements
* automated pypi publish on release https://github.com/webrecorder/pywb/pull/776
pywb 2.6.8 changelist pywb 2.6.8 changelist
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
wombat

@ -1 +1 @@
Subproject commit 7d970dfe17da3b7136374440b494422ea26844e9 Subproject commit 74a6087d41d335c371e3a1f52f0f008944705118