Refactor release workflow to copy micromail.py instead of the folder, update README for installation instructions, and remove unused __init__.py file
All checks were successful
/ serve (push) Successful in 12s
All checks were successful
/ serve (push) Successful in 12s
This commit is contained in:
parent
7c44e71124
commit
1429665e0d
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/release
|
mkdir -p /tmp/release
|
||||||
cp package.json /tmp/release/
|
cp package.json /tmp/release/
|
||||||
cp -r micromail /tmp/release/
|
cp micromail.py /tmp/release/
|
||||||
- name: Make release
|
- name: Make release
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: actions/forgejo-release@v2.6.0
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -9,7 +9,7 @@ Inspired from [shawwwn/uMail](https://github.com/shawwwn/uMail).
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
Copy the `micromail` folder to your device.
|
Copy the `micromail.py` file to your device.
|
||||||
|
|
||||||
### MIP
|
### MIP
|
||||||
```python
|
```python
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"urls": [
|
"urls": [
|
||||||
["micromail/__init__.py", "micromail/__init__.py"]
|
["micromail.py", "micromail.py"]
|
||||||
],
|
],
|
||||||
"deps": [
|
"deps": [
|
||||||
["datetime", "latest"]
|
["datetime", "latest"]
|
||||||
],
|
],
|
||||||
"version": "0.1.0"
|
"version": "0.1.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue